home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / eggs_ter.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  956 b   |  31 lines

  1. stop();
  2. _root.plop = new Sound();
  3. _root.plop.attachSound("pop1");
  4. _root.ring = new Sound();
  5. _root.ring.attachSound("ring");
  6. _root.jump = new Sound();
  7. _root.jump.attachSound("jump");
  8. _root.mel1 = new Sound(_root.paashaas);
  9. _root.mel1.attachSound("mel1");
  10. _root.mel2 = new Sound(_root.gun);
  11. _root.mel2.attachSound("mel2");
  12. _root.boing = new Sound();
  13. _root.boing.attachSound("boing");
  14. _root.giggle = new Sound();
  15. _root.giggle.attachSound("giggle");
  16. _root.checkpoint = new Sound();
  17. _root.checkpoint.attachSound("checkpoint");
  18. _root.knop = new Sound();
  19. _root.knop.attachSound("knop");
  20. _root.klutser1 = new Sound(_root.car);
  21. _root.klutser1.attachSound("klutser1");
  22. _root.dood = new Sound();
  23. _root.dood.attachSound("dood");
  24. _root.gil1 = new Sound();
  25. _root.gil1.attachSound("gil1");
  26. _root.yahoo = new Sound();
  27. _root.yahoo.attachSound("yahoo");
  28. _root.yahoo2 = new Sound();
  29. _root.yahoo2.attachSound("yahoo2");
  30. _root.mel1.start(0,2000);
  31.